gusucode.com > 智睿政府网站管理系统 V2.1.0 > 智睿政府网站管理系统 V2.1.0\code\About.asp

    <!--#include file="Include/conn.asp"-->
<!--#include file="Include/Fun_SqlIn.Asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head><meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>关于我们 - <%=SiteTitle%></title>
<meta name="keywords" content="<%=Sitekeywords%>" />
<meta name="description" content="<%=Sitedescription%>" />
<link href="images/style.css" rel="stylesheet" type="text/css" />
<script language="javascript" src="images/zhirui.js"></script>
</head>
<body>
<%head()%>
<table width="950" border="0" align="center" cellpadding="0" cellspacing="0" class="main_class">
  <tr>
    <td width="240" height="400" valign="top"  >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="Ma_left">&nbsp;关于我们</td>
  </tr>
</table>
	  <%=WebMenu()%>
	  	  <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td class="Ma_left">政务快速通道</td>
        </tr>
        <tr>
          <td align="left"><div style="margin-left:10px;margin-right:10px;">
              <%Call Label(15)%>
          </div></td>
        </tr>
      </table>	
	  <table width="100%" border="0" cellspacing="0" cellpadding="0" height="50">
  <tr>
    <td></td>
  </tr>
</table>

  </td>
  <td  width="710" valign="top"  class="viewright">
	 <%=WebAbout()%>	
    </td>
  </tr>
</table>
<%Bottom()%>
</body>
</html>